home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2003 #3 / K-CD-3-2003.ISO / Fractal Forge / FractalForge.exe / 0 / RCDATA / TFRORBITS / TFRORBITS.txt
Encoding:
Text File  |  2002-08-26  |  938 b   |  49 lines

  1. object FrOrbits: TFrOrbits
  2.   Left = 526
  3.   Top = 235
  4.   Width = 202
  5.   Height = 283
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'FrOrbits'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = True
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnResize = FormResize
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image1: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 194
  25.     Height = 226
  26.     Align = alClient
  27.   end
  28.   object Panel1: TPanel
  29.     Left = 0
  30.     Top = 226
  31.     Width = 194
  32.     Height = 30
  33.     Align = alBottom
  34.     BevelOuter = bvLowered
  35.     TabOrder = 0
  36.     object cbLines: TCheckBox
  37.       Left = 8
  38.       Top = 6
  39.       Width = 97
  40.       Height = 17
  41.       Caption = 'Trace lines'
  42.       Checked = True
  43.       State = cbChecked
  44.       TabOrder = 0
  45.       OnClick = cbLinesClick
  46.     end
  47.   end
  48. end
  49.